home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource5 / 334_01 / eg1.plt < prev    next >
Encoding:
Text File  |  1991-02-06  |  69 b   |  4 lines

  1. set terminal latex
  2. set output "eg1.tex"
  3. plot [-3.14:3.14] sin(x)
  4.